projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7f284e
)
(main): Add copyright etc. to --version output.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 22 Sep 1996 04:58:35 +0000
(
04:58
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 22 Sep 1996 04:58:35 +0000
(
04:58
+0000)
src/emacs.c
patch
|
blob
|
history
diff --git
a/src/emacs.c
b/src/emacs.c
index 4aa3f5d620d002801f8a8245fb36238b1a49cf2a..f5dcaf06c66979969cf16b269c6b361d52dab194 100644
(file)
--- a/
src/emacs.c
+++ b/
src/emacs.c
@@
-456,6
+456,12
@@
main (argc, argv, envp)
else
{
printf ("GNU Emacs %s\n", XSTRING (tem)->data);
+ printf ("Copyright (C) 1996 Free Software Foundation, Inc.\n");
+ printf ("GNU Emacs comes with ABSOLUTELY NO WARRANTY.\n");
+ printf ("You may redistribute copies of Emacs\n");
+ printf ("under the terms of the GNU General Public License.\n");
+ printf ("For more information about these matters, ");
+ printf ("see the files named COPYING.\n");
exit (0);
}
}